home *** CD-ROM | disk | FTP | other *** search
/ Multi Lingual Talking Picture Dictionary / Multi-Lingual Talking Picture Dictionary.iso / pc / data / branch.dir / 00046_Script_46 < prev    next >
Text File  |  1996-03-13  |  264b  |  10 lines

  1. on startMovie
  2.   global gmovieStack, gLevel 
  3.   set the visible of sprite 3 to false
  4.   set the visible of sprite 4 to false
  5.   set the visible of sprite 2 to false
  6.   langButtup
  7.   set gmovieStack = []
  8.   set gLevel = 1
  9.   setAt gmovieStack, 1, the movieName
  10. end